"In general, you can't have multiple submit buttons within a single form. With MultipleSubmitButton, you can. The MultipleSubmitButton component behaves like a WOSubmitButton except that it uses a \"gif\" image for the button itself. Since the button's image comes from a file, you can't set it's title programmatically. However, you can provide your own image for the button using the <B>buttonImage</B> variable, so in a sense, MultipleSubmitButton is more flexible than a standard submit button.
<P>
You must pass the <B>parentAction</B> argument so the button can know what action to invoke. You define <B>parentAction</B> in the component that's using the MultipleSubmitButton.";
parameters = (
"parentAction",
"The action that's invoked when the button is clicked. The action method must be implemented in the parent component (the one employing the MultipleSubmitButton component).",
"buttonImage",
"The image you want to use for the button. A default image is provided."
);
currentVersion = "1.0";
releaseDate = "March 4, 1996";
supportPolicy = "ExampleCode: Unsupported";
distributionPolicy = "You may freely distribute this code";